home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7676 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: anvil.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Paper, Rock and Scissors
  5. Date: 26 Feb 1996 09:30:39 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gsqnvINN1bh@anvil.ugrad.cs.ubc.ca>
  8. References: <312FAF83.7F97@indyunix.iupui.edu>
  9. NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
  10.  
  11. In article <312FAF83.7F97@indyunix.iupui.edu>,
  12. Michael Perkins  <mdperkin@indyunix.iupui.edu> wrote:
  13.  >Hi, 
  14.  >
  15.  >I am a geek who has no life, in fact, I stayed home today when I could 
  16.  >have been,/......oh never mind, anyway, I have a silly elementary 
  17.  >question, does anyone have a good, bad, or ugly program that will 
  18.  >compile up into a game that will keep me occupied???
  19.  
  20. Try hunt. It's a characer-based full-screen UNIX game where you chase other
  21. players around a maze, shooting bullets, bombs, slimes. As the game progresses,
  22. things like deflecting, rotating doors show up. There are cloaks in the game,
  23. as well as scanning to (unreliably) detect other players (your ``vision'' is
  24. restricted by line-of-sight calculations). Hunt is a heck of a lot better than
  25. Doom, in terms of action and playability.
  26.  
  27. One catch: you need to have friends, since it's multi-user only. There is a
  28. robot player compiled into the client, but it will just waste you.
  29.  
  30. BTW, it's client/server based (UDP/IP), and you do need UNIX to run the client
  31. and server programs.
  32.  
  33. My home page has some info: http://www.cafe.net/kaz
  34. -- 
  35.  
  36.